home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0597.ZIP / PROTOCOL.HLP < prev    next >
Text File  |  1985-10-19  |  9KB  |  179 lines

  1. =============== COLOSSUS FILE SYSTEM TUTORIAL ==================
  2.  
  3. The files area allows users to move files between your system and 
  4. COLOSSUS. Downloading is the process of moving files from COLOSSUS 
  5. to your computer, and uploading is moving files from your computer 
  6. to COLOSSUS.  
  7.  
  8. Data transfer can be done in a number of ways in COLOSSUS.  New 
  9. error checking protocols are being added on a regular basis, but 
  10. the most common transfer methods are XMODEM and standard ASCII.  
  11. XMODEM protocol was originally developed by Ward Christensen, a 
  12. pioneer in micro communications.  XMODEM is included in many 
  13. communications programs including PC-TALK III, QMODEM, CROSSTALK, 
  14. SMARTCOM and many more.  Before talking any more about specific 
  15. protocols, lets review the general method of locating a file or 
  16. program to download in a COLOSSUS system.  
  17.  
  18. The explaination which follows assumes the SYSOP has adopted the 
  19. standard COLOSSUS FILES SYSTEM MENU, and is using the reccommended 
  20. prompts. Since every COLOSSUS system has the option of changing the 
  21. wording of this MENU, you may find some slight variation of the 
  22. menu prompts which will perform the same functions.  
  23.  
  24. COLOSSUS allows storing files in separate subdirectories or areas, 
  25. each of which is devoted to different types of files or programs.  
  26. The status line directly above the Files Menu Prompt Line tells you 
  27. which file area or subdirectory is active.  File areas usually have 
  28. names like GAMES, UTILITIES, etc., and likewise contain that type 
  29. of file.  To list the specific programs available IN THE ACTIVE 
  30. FILE AREA, select the LIST command, usually displayed as <L>IST on 
  31. the menu.  The complete names of the files will be listed along 
  32. with file size, date added to the system, and a short description 
  33. of each file.  
  34.  
  35. After reviewing the files in the CURRENT FILE AREA, you may change 
  36. to another area using the CHANGE FILE AREA command, usually 
  37. displayed as <C>HANGE FILE AREA on the menu.  Pressing C will bring 
  38. up a prompt asking which file area you wish to change to.  If you 
  39. are familiar with the particular system you are calling you can 
  40. enter the NUMBER corresponding to the area you want.  If you don't 
  41. know the areas available you may simply press <ENTER> or carriage 
  42. return for a complete list.  After indicating the change you wish 
  43. to make you may again use the <L>IST command to display the files 
  44. available in the new area.  
  45.  
  46. XMODEM FILE TRANSFER
  47.  
  48. COLOSSUS supports two variations of the XMODEM protocol called 
  49. XMODEM and XMODEM/CRC respectively.  One of these two protocols is 
  50. required if you intend to transfer files with extensions of EXE, 
  51. OBJ, COM, ARC, LBR, xQx, as well as tokenized BASIC programs.  
  52. Files containing the IBM PC special ASCII characters (ones with 
  53. ASCII values above 128) must also be transferred with XMODEM, 
  54. including Wordstar files.  These files cannot be transferred in 
  55. ASCII mode since ASCII transfer is only 7 bit and these types of 
  56. files require the full 8 bit transfer of the data with no 
  57. translation of the contents of the file.  
  58.  
  59. XMODEM also offers the advantage of error checking on a block by 
  60. block basis to assure that the data sent contains no errors.  It 
  61. does this by adding a checksum byte to the end of each block of 
  62. data; the receiver calculates its own checksum and compares it to 
  63. the one received.  If an error is detected in the transmission, 
  64. XMODEM will request that COLOSSUS retransmit the block of data.  
  65.  
  66. In addition to the above checksum comparison, XMODEM/CRC adds 
  67. another level of error detection using a complex CYCLICAL 
  68. REDUNDANCY CHECK algorithm.  
  69.  
  70. Please be certain to select and use matching protocol types for 
  71. accurate data interchange.  QMODEM, a product of John Friel and the 
  72. FORBIN PROJECT supports both XMODEM and XMODEM/CRC, and will 
  73. usually contain additional protocolls added to COLOSSUS.
  74.  
  75. To perform an XMODEM file download, first select a file by using 
  76. the <L>IST command in the appropriate file area.  NOTE:  THE FILE 
  77. YOU WISH TO DOWNLOAD MUST BE IN THE CURRENT FILE AREA!  <C>HANGE TO 
  78. THE CORRECT AREA PRIOR TO STARTING THE DOWNLOAD.  
  79.  
  80. 1.  Select <D>OWNLOAD from the FILES MENU
  81.  
  82. 2.  Select the transfer protocol you want to use by entering the 
  83.     number which corresponds to it, ie 3 for XMODEM/CRC.
  84.  
  85. 3.  Enter the COMPLETE file name; remember, if the file is not 
  86.     found it is probably because you are in a different FILE AREA.
  87.  
  88. 4.  COLOSSUS will indicate how many blocks are to be sent and wait 
  89.     for you to begin you transfer procedure.  You should then open 
  90.     your recieve or capture file (QMODEM & PC-TALK.III Alt-R 
  91.     command) and start the XMODEM receive process.  PC-TALK.III 
  92.     starts XMODEM for you ONLY IF you put '=X' at the end of the 
  93.     download filename.  QMODEM will ask for the protocol type much 
  94.     the same way as COLOSSUS
  95.  
  96. 5.  The file will be transferred automatically block by block under 
  97.     XMODEM until the entire file has been sent. You may abnormally 
  98.     abort the transfer by sending COLOSSUS an ASCII CAN code (CTRL-
  99.     X). PC-TALK.III & QMODEM will do this for you if you enter an 
  100.     Alt-R during the file transfer, or it can be entered from the 
  101.     keyboard.  
  102.  
  103. 7.  When the file transfer is finished, XMODEM automatically closes 
  104.     your capture file for you. XMODEM also ensures that no garbage 
  105.     gets into your file; binary files and text files are sent to 
  106.     you with 99.6% error free transmission with XMODEM and better 
  107.     than 99.9% with XMODEM/CRC.
  108.  
  109. ASCII DATA CAPTURE
  110.  
  111. ASCII transfer is simply the sending of information as characters, 
  112. and is limited to 7 bit information.  The transfer of files in 
  113. ASCII mode can be done if your system is capable of any type of 
  114. data capture.  To download a file using the ASCII method, follow 
  115. the same sequence of steps listed above for XMODEM, but select 
  116. protocol type 1, ASCII.  
  117.  
  118. 4.  COLOSSUS will ask which type of ASCII transfer you want,
  119.          1.  PROMPTED
  120.          2.  TIME DELAY
  121.          3.  NO DELAY
  122.  
  123. NO DELAY is the simplest and will cause COLOSSUS to send the file 
  124. full speed to your system with no pauses.  If it is a long file and 
  125. your system has only a small communications buffer, you may find 
  126. your computer is unable to keep up with receiving & writing the file 
  127. without losing some characters.  If so, change to a TIME DELAY as 
  128. indicated below.
  129.  
  130. TIME DELAY will allow you to specify the amount of time between each 
  131. transmitted character in hundredths of a second.  For example you 
  132. could specify 10 as the time delay and COLOSSUS would wait 10/100 of 
  133. a second (one tenth) between each character sent.  A delay between 
  134. 10 and 50 will allow almost any system to successfully receive ASCII 
  135. even if a buffer problem has been found.  
  136.  
  137. PROMPTED transmission allows receiving the file line by line with a 
  138. pause between each line until a specified character has been 
  139. received by COLOSSUS.  You must tell COLOSSUS what character will be 
  140. sent by your system to signal that it is ready for the next line.  
  141.  
  142. 5.  Open your capture or receive file as indicated by COLOSSUS 
  143.     (Opening your capture file is done by using the Alt-R command in 
  144.     PC-TALK & QMODEM)  After setting up to receive the file on your 
  145.     end, you have to send COLOSSUS one carriage return so that it 
  146.     knows you are ready to start.  
  147.  
  148. 6.  The file will be sent a line at a time until the entire file is 
  149.     sent.  You will see the lines of ASCII code (readable text and 
  150.     numbers) on your screen as they flow to your system.  A Ctrl-X 
  151.     (ASCII CAN) can be sent anytime to abort the transmission of the 
  152.     data.
  153.  
  154. 7.  When the file transfer is finished, COLOSSUS will send you an 
  155.     End Of File Marker (Ctrl-Z) and tell you to close your capture 
  156.     file (PC-TALK & QMODEM Alt-R) 
  157.  
  158. FILE UPLOADING
  159.  
  160. File uploading to COLOSSUS is very similar to downloading.  
  161.  
  162. Uploading of ASCII files can be done without interruption between 
  163. lines.  COLOSSUS can handle data uploading at up to 2400 baud 
  164. without any problem.  
  165.  
  166. Before sending a file be sure COLOSSUS has enough disk space to take 
  167. the file. When you select <U>PLOAD at the File menu, the system will 
  168. tell you how much disk space is free on the upload drive. 
  169.  
  170. UPLOAD GROUND RULES
  171.  
  172. You are encouraged to donate programs to the library on this system.  
  173. Any type of program or document is welcome, however, a few ground 
  174. rules are in order.  The files donated must contain only information 
  175. that is in the public domain.  No private or commercial information 
  176. should be placed on this system.  The SYSOP is not responsible for 
  177. any of the data that is shared on this system. 
  178.